-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
live audio mixer #30
live audio mixer #30
Conversation
Defines how the mixer should act in the case when an overflow happens. | ||
- If true, the wave will be scaled down, so a peak will become the maximal | ||
value of the sample in the format. See `Membrane.AudioMixer.ClipPreventingAdder`. | ||
- If false, overflow will be clipped to the maximal value of the sample in | ||
the format. See `Membrane.AudioMixer.Adder`. | ||
""", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do we mean by an overflow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This option is taken from the regular audio mixer and the description is about how particular mixers work.
Please don't resolve comments. They are meant to be resolved by code reviewer, accoriding to our internal contribution guide |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to solve remaining comments and we should be ready to merge
No description provided.